CantEatScreen

fun CantEatScreen(cantEatViewModel: CantEatViewModel = viewModel(factory = CantEatViewModel.Factory))

Composable function for the CantEatScreen.

Parameters

cantEatViewModel

The ViewModel for managing CantEat data.